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.8493,-86.6383)};var g_ede043feac5821daca308b5cb0f04c64 = new google.maps.Geocoder();g_ede043feac5821daca308b5cb0f04c64.geocode( { 'address': "109 Greenville Bypass, Greenville, AL 36037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-AL-whitney-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-AL-whitney-national-bank'), mapOptions);}document.getElementById('535d5a1c').innerHTML += ' | View Map';var $lede043feac5821daca308b5cb0f04c64 = '

Whitney National Bank

Address: 109 Greenville Bypass, Greenville, AL 36037, USA
Phone: (334) 382-4225
';var m_ede043feac5821daca308b5cb0f04c64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitney National Bank',});m_ede043feac5821daca308b5cb0f04c64['infowindow'] = new google.maps.InfoWindow({content: $lede043feac5821daca308b5cb0f04c64});var infowindow = new google.maps.InfoWindow({content: $lede043feac5821daca308b5cb0f04c64});google.maps.event.addListener(m_ede043feac5821daca308b5cb0f04c64, 'click', function() {infowindow.open(map,m_ede043feac5821daca308b5cb0f04c64);});$marker.push(m_ede043feac5821daca308b5cb0f04c64);}});}google.maps.event.addDomListener(window, 'load', initialize);