<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
	<default>
		<googlemapaddresslookup>
			<general>
				<enable/>
			</general>
            <map_options>
                <show_marker>1</show_marker>
                <maptype_constrol>1</maptype_constrol>
                <streetview_constrol>1</streetview_constrol>
                <zoom>15</zoom>
                <zoom_constrol>1</zoom_constrol>
            </map_options>
            <inital_rendering>
                <set_location>0</set_location>
                <set_current_location>1</set_current_location>
            </inital_rendering>
		</googlemapaddresslookup>
	</default>
</config>
