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.7707,-89.0925)};var g_e2f31e9cb00f24ec62bfec353d249266 = new google.maps.Geocoder();g_e2f31e9cb00f24ec62bfec353d249266.geocode( { 'address': "535 E Main St, Philadelphia, MS 39350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-MS-cadence-bank---philadelphia-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-MS-cadence-bank---philadelphia-main-branch'), mapOptions);}document.getElementById('d9841b96').innerHTML += ' | View Map';var $le2f31e9cb00f24ec62bfec353d249266 = '

Cadence Bank - Philadelphia Main Branch

Address: 535 E Main St, Philadelphia, MS 39350, USA
Phone: (601) 656-1626
';var m_e2f31e9cb00f24ec62bfec353d249266 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cadence Bank - Philadelphia Main Branch',});m_e2f31e9cb00f24ec62bfec353d249266['infowindow'] = new google.maps.InfoWindow({content: $le2f31e9cb00f24ec62bfec353d249266});var infowindow = new google.maps.InfoWindow({content: $le2f31e9cb00f24ec62bfec353d249266});google.maps.event.addListener(m_e2f31e9cb00f24ec62bfec353d249266, 'click', function() {infowindow.open(map,m_e2f31e9cb00f24ec62bfec353d249266);});$marker.push(m_e2f31e9cb00f24ec62bfec353d249266);}});}google.maps.event.addDomListener(window, 'load', initialize);