var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.0627,-84.0833)};var g_08aa5119003986e63bb7d2ed13b7b1cf = new google.maps.Geocoder();g_08aa5119003986e63bb7d2ed13b7b1cf.geocode( { 'address': "2930 Horizon Park Dr, Suwanee, GA 30024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suwanee-GA-duvan-guerrero-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('suwanee-GA-duvan-guerrero-state-farm-insurance-agent'), mapOptions);}document.getElementById('1b172538').innerHTML += ' | View Map';var $l08aa5119003986e63bb7d2ed13b7b1cf = '

Duvan Guerrero - State Farm Insurance Agent

Address: 2930 Horizon Park Dr, Suwanee, GA 30024
Phone: (770) 945-0015
';var m_08aa5119003986e63bb7d2ed13b7b1cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Duvan Guerrero - State Farm Insurance Agent',});m_08aa5119003986e63bb7d2ed13b7b1cf['infowindow'] = new google.maps.InfoWindow({content: $l08aa5119003986e63bb7d2ed13b7b1cf});var infowindow = new google.maps.InfoWindow({content: $l08aa5119003986e63bb7d2ed13b7b1cf});google.maps.event.addListener(m_08aa5119003986e63bb7d2ed13b7b1cf, 'click', function() {infowindow.open(map,m_08aa5119003986e63bb7d2ed13b7b1cf);});$marker.push(m_08aa5119003986e63bb7d2ed13b7b1cf);}});}google.maps.event.addDomListener(window, 'load', initialize);