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.1483,-81.4932)};var g_c79bb048121bbc1d20d79c6b83ef17b5 = new google.maps.Geocoder();g_c79bb048121bbc1d20d79c6b83ef17b5.geocode( { 'address': "1401 Union St, Brunswick, GA 31520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-GA-phillips-galis-insurance').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-GA-phillips-galis-insurance'), mapOptions);}document.getElementById('28db3491').innerHTML += ' | View Map';var $lc79bb048121bbc1d20d79c6b83ef17b5 = '

Phillips-Galis Insurance

Address: 1401 Union St, Brunswick, GA 31520, USA
Phone: (912) 265-1810
';var m_c79bb048121bbc1d20d79c6b83ef17b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phillips-Galis Insurance',});m_c79bb048121bbc1d20d79c6b83ef17b5['infowindow'] = new google.maps.InfoWindow({content: $lc79bb048121bbc1d20d79c6b83ef17b5});var infowindow = new google.maps.InfoWindow({content: $lc79bb048121bbc1d20d79c6b83ef17b5});google.maps.event.addListener(m_c79bb048121bbc1d20d79c6b83ef17b5, 'click', function() {infowindow.open(map,m_c79bb048121bbc1d20d79c6b83ef17b5);});$marker.push(m_c79bb048121bbc1d20d79c6b83ef17b5);}});}google.maps.event.addDomListener(window, 'load', initialize);