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.2168,-90.2691)};var g_2967fd478b4238d66110adcf65cba96c = new google.maps.Geocoder();g_2967fd478b4238d66110adcf65cba96c.geocode( { 'address': "7340 S Siwell Rd, Byram, MS 39272-9772"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byram-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('byram-MS-bankplus'), mapOptions);}document.getElementById('a6b81497').innerHTML += ' | View Map';var $l2967fd478b4238d66110adcf65cba96c = '

BankPlus

Address: 7340 S Siwell Rd, Byram, MS 39272-9772
Phone: (601) 346-4221
';var m_2967fd478b4238d66110adcf65cba96c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_2967fd478b4238d66110adcf65cba96c['infowindow'] = new google.maps.InfoWindow({content: $l2967fd478b4238d66110adcf65cba96c});var infowindow = new google.maps.InfoWindow({content: $l2967fd478b4238d66110adcf65cba96c});google.maps.event.addListener(m_2967fd478b4238d66110adcf65cba96c, 'click', function() {infowindow.open(map,m_2967fd478b4238d66110adcf65cba96c);});$marker.push(m_2967fd478b4238d66110adcf65cba96c);}});}google.maps.event.addDomListener(window, 'load', initialize);