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(31.1571,-81.4943)};var g_97d0145823aeb8ed80617be62e08bdcc = new google.maps.Geocoder();g_97d0145823aeb8ed80617be62e08bdcc.geocode( { 'address': "2007 Norwich St, Brunswick, GA 31520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-GA-mitch-coleman---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-GA-mitch-coleman---country-financial-representative'), mapOptions);}document.getElementById('04d1298e').innerHTML += ' | View Map';var $l97d0145823aeb8ed80617be62e08bdcc = '

Mitch Coleman - COUNTRY Financial Representative

Address: 2007 Norwich St, Brunswick, GA 31520, USA
Phone: (912) 262-0076
';var m_97d0145823aeb8ed80617be62e08bdcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mitch Coleman - COUNTRY Financial Representative',});m_97d0145823aeb8ed80617be62e08bdcc['infowindow'] = new google.maps.InfoWindow({content: $l97d0145823aeb8ed80617be62e08bdcc});var infowindow = new google.maps.InfoWindow({content: $l97d0145823aeb8ed80617be62e08bdcc});google.maps.event.addListener(m_97d0145823aeb8ed80617be62e08bdcc, 'click', function() {infowindow.open(map,m_97d0145823aeb8ed80617be62e08bdcc);});$marker.push(m_97d0145823aeb8ed80617be62e08bdcc);}});}google.maps.event.addDomListener(window, 'load', initialize);