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(34.9667,-89.6895)};var g_6a5bb9e782370d9b366ae24078ded9ac = new google.maps.Geocoder();g_6a5bb9e782370d9b366ae24078ded9ac.geocode( { 'address': "3441 MS-309, Olive Branch, MS 38654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olive-branch-MS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('olive-branch-MS-citizens-bank'), mapOptions);}document.getElementById('a5574abd').innerHTML += ' | View Map';var $l6a5bb9e782370d9b366ae24078ded9ac = '

Citizens Bank

Address: 3441 MS-309, Olive Branch, MS 38654, USA
Phone:
';var m_6a5bb9e782370d9b366ae24078ded9ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_6a5bb9e782370d9b366ae24078ded9ac['infowindow'] = new google.maps.InfoWindow({content: $l6a5bb9e782370d9b366ae24078ded9ac});var infowindow = new google.maps.InfoWindow({content: $l6a5bb9e782370d9b366ae24078ded9ac});google.maps.event.addListener(m_6a5bb9e782370d9b366ae24078ded9ac, 'click', function() {infowindow.open(map,m_6a5bb9e782370d9b366ae24078ded9ac);});$marker.push(m_6a5bb9e782370d9b366ae24078ded9ac);}});}google.maps.event.addDomListener(window, 'load', initialize);