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.2377,-90.1548)};var g_ae014feb8633025028618ce2071bb1c2 = new google.maps.Geocoder();g_ae014feb8633025028618ce2071bb1c2.geocode( { 'address': "1021 Highway 49 S, Richland, MS 39218"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richland-MS-priority-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('richland-MS-priority-one-bank'), mapOptions);}document.getElementById('bd4ef1a3').innerHTML += ' | View Map';var $lae014feb8633025028618ce2071bb1c2 = '

Priority One Bank

Address: 1021 Highway 49 S, Richland, MS 39218
Phone: (601) 420-0466
';var m_ae014feb8633025028618ce2071bb1c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority One Bank',});m_ae014feb8633025028618ce2071bb1c2['infowindow'] = new google.maps.InfoWindow({content: $lae014feb8633025028618ce2071bb1c2});var infowindow = new google.maps.InfoWindow({content: $lae014feb8633025028618ce2071bb1c2});google.maps.event.addListener(m_ae014feb8633025028618ce2071bb1c2, 'click', function() {infowindow.open(map,m_ae014feb8633025028618ce2071bb1c2);});$marker.push(m_ae014feb8633025028618ce2071bb1c2);}});}google.maps.event.addDomListener(window, 'load', initialize);