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.458,-83.7306)};var g_edf959e1c2188ad869e9cf0294c53c8c = new google.maps.Geocoder();g_edf959e1c2188ad869e9cf0294c53c8c.geocode( { 'address': "1006 Main St, Perry, GA 31069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perry-GA-the-bank-of-perry').style.display = '';map = new google.maps.Map(document.getElementById('perry-GA-the-bank-of-perry'), mapOptions);}document.getElementById('d966c8cc').innerHTML += ' | View Map';var $ledf959e1c2188ad869e9cf0294c53c8c = '

The Bank of Perry

Address: 1006 Main St, Perry, GA 31069, USA
Phone: (478) 987-2554
';var m_edf959e1c2188ad869e9cf0294c53c8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Perry',});m_edf959e1c2188ad869e9cf0294c53c8c['infowindow'] = new google.maps.InfoWindow({content: $ledf959e1c2188ad869e9cf0294c53c8c});var infowindow = new google.maps.InfoWindow({content: $ledf959e1c2188ad869e9cf0294c53c8c});google.maps.event.addListener(m_edf959e1c2188ad869e9cf0294c53c8c, 'click', function() {infowindow.open(map,m_edf959e1c2188ad869e9cf0294c53c8c);});$marker.push(m_edf959e1c2188ad869e9cf0294c53c8c);}});}google.maps.event.addDomListener(window, 'load', initialize);