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.9623,-89.8736)};var g_d958bc7285c14d6f775973d6d723d17b = new google.maps.Geocoder();g_d958bc7285c14d6f775973d6d723d17b.geocode( { 'address': "3069 Simpson Highway 13, Mendenhall, MS 39114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mendenhall-MS-priority-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('mendenhall-MS-priority-one-bank'), mapOptions);}document.getElementById('cc0ff415').innerHTML += ' | View Map';var $ld958bc7285c14d6f775973d6d723d17b = '

Priority One Bank

Address: 3069 Simpson Highway 13, Mendenhall, MS 39114
Phone: (601) 847-3770
';var m_d958bc7285c14d6f775973d6d723d17b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority One Bank',});m_d958bc7285c14d6f775973d6d723d17b['infowindow'] = new google.maps.InfoWindow({content: $ld958bc7285c14d6f775973d6d723d17b});var infowindow = new google.maps.InfoWindow({content: $ld958bc7285c14d6f775973d6d723d17b});google.maps.event.addListener(m_d958bc7285c14d6f775973d6d723d17b, 'click', function() {infowindow.open(map,m_d958bc7285c14d6f775973d6d723d17b);});$marker.push(m_d958bc7285c14d6f775973d6d723d17b);}});}google.maps.event.addDomListener(window, 'load', initialize);