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.4589,-83.7306)};var g_bb3935a1d2ab0bc875006ca200da6eb1 = new google.maps.Geocoder();g_bb3935a1d2ab0bc875006ca200da6eb1.geocode( { 'address': "749 W GA Highway 96, Perry, GA 31069"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perry-GA-sunmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('perry-GA-sunmark-community-bank'), mapOptions);}document.getElementById('4b70b590').innerHTML += ' | View Map';var $lbb3935a1d2ab0bc875006ca200da6eb1 = '

Sunmark Community Bank

Address: 749 W GA Highway 96, Perry, GA 31069
Phone: (478) 988-0117
';var m_bb3935a1d2ab0bc875006ca200da6eb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunmark Community Bank',});m_bb3935a1d2ab0bc875006ca200da6eb1['infowindow'] = new google.maps.InfoWindow({content: $lbb3935a1d2ab0bc875006ca200da6eb1});var infowindow = new google.maps.InfoWindow({content: $lbb3935a1d2ab0bc875006ca200da6eb1});google.maps.event.addListener(m_bb3935a1d2ab0bc875006ca200da6eb1, 'click', function() {infowindow.open(map,m_bb3935a1d2ab0bc875006ca200da6eb1);});$marker.push(m_bb3935a1d2ab0bc875006ca200da6eb1);}});}google.maps.event.addDomListener(window, 'load', initialize);