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(32.8381,-83.6274)};var g_59b5a32ef22091b6057d844141c0bafd = new google.maps.Geocoder();g_59b5a32ef22091b6057d844141c0bafd.geocode( { 'address': "577 Mulberry St #700, Macon, GA 31201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macon-GA-centerstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('macon-GA-centerstate-bank'), mapOptions);}document.getElementById('88236138').innerHTML += ' | View Map';var $l59b5a32ef22091b6057d844141c0bafd = '

CenterState Bank

Address: 577 Mulberry St #700, Macon, GA 31201, USA
Phone: (478) 803-9385
';var m_59b5a32ef22091b6057d844141c0bafd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CenterState Bank',});m_59b5a32ef22091b6057d844141c0bafd['infowindow'] = new google.maps.InfoWindow({content: $l59b5a32ef22091b6057d844141c0bafd});var infowindow = new google.maps.InfoWindow({content: $l59b5a32ef22091b6057d844141c0bafd});google.maps.event.addListener(m_59b5a32ef22091b6057d844141c0bafd, 'click', function() {infowindow.open(map,m_59b5a32ef22091b6057d844141c0bafd);});$marker.push(m_59b5a32ef22091b6057d844141c0bafd);}});}google.maps.event.addDomListener(window, 'load', initialize);