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.9575,-90.9819)};var g_76e2b617370467620ac2c60334533cac = new google.maps.Geocoder();g_76e2b617370467620ac2c60334533cac.geocode( { 'address': "702 Market St, Port Gibson, MS 39150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-gibson-MS-riverhills-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-gibson-MS-riverhills-bank'), mapOptions);}document.getElementById('46786ef5').innerHTML += ' | View Map';var $l76e2b617370467620ac2c60334533cac = '

Riverhills Bank

Address: 702 Market St, Port Gibson, MS 39150
Phone: (601) 437-4271
';var m_76e2b617370467620ac2c60334533cac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverhills Bank',});m_76e2b617370467620ac2c60334533cac['infowindow'] = new google.maps.InfoWindow({content: $l76e2b617370467620ac2c60334533cac});var infowindow = new google.maps.InfoWindow({content: $l76e2b617370467620ac2c60334533cac});google.maps.event.addListener(m_76e2b617370467620ac2c60334533cac, 'click', function() {infowindow.open(map,m_76e2b617370467620ac2c60334533cac);});$marker.push(m_76e2b617370467620ac2c60334533cac);}});}google.maps.event.addDomListener(window, 'load', initialize);