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_05cca21361e61b054207c8547f20bdaf = new google.maps.Geocoder();g_05cca21361e61b054207c8547f20bdaf.geocode( { 'address': "7265 S Siwell Rd, Byram, MS 39272"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byram-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('byram-MS-regions-bank'), mapOptions);}document.getElementById('dd8137b2').innerHTML += ' | View Map';var $l05cca21361e61b054207c8547f20bdaf = '

Regions Bank

Address: 7265 S Siwell Rd, Byram, MS 39272
Phone: (601) 376-1560
';var m_05cca21361e61b054207c8547f20bdaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_05cca21361e61b054207c8547f20bdaf['infowindow'] = new google.maps.InfoWindow({content: $l05cca21361e61b054207c8547f20bdaf});var infowindow = new google.maps.InfoWindow({content: $l05cca21361e61b054207c8547f20bdaf});google.maps.event.addListener(m_05cca21361e61b054207c8547f20bdaf, 'click', function() {infowindow.open(map,m_05cca21361e61b054207c8547f20bdaf);});$marker.push(m_05cca21361e61b054207c8547f20bdaf);}});}google.maps.event.addDomListener(window, 'load', initialize);