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(33.9687,-88.457)};var g_241979ff76fea17605439950c7eb9377 = new google.maps.Geocoder();g_241979ff76fea17605439950c7eb9377.geocode( { 'address': "1515 US-278, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-woodforest-bank'), mapOptions);}document.getElementById('88cfae91').innerHTML += ' | View Map';var $l241979ff76fea17605439950c7eb9377 = '

Woodforest Bank

Address: 1515 US-278, Amory, MS 38821, USA
Phone: (662) 256-2460
';var m_241979ff76fea17605439950c7eb9377 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_241979ff76fea17605439950c7eb9377['infowindow'] = new google.maps.InfoWindow({content: $l241979ff76fea17605439950c7eb9377});var infowindow = new google.maps.InfoWindow({content: $l241979ff76fea17605439950c7eb9377});google.maps.event.addListener(m_241979ff76fea17605439950c7eb9377, 'click', function() {infowindow.open(map,m_241979ff76fea17605439950c7eb9377);});$marker.push(m_241979ff76fea17605439950c7eb9377);}});}google.maps.event.addDomListener(window, 'load', initialize);