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(35.3054,-91.5858)};var g_311c3fb9c939d92981994c62490b36f3 = new google.maps.Geocoder();g_311c3fb9c939d92981994c62490b36f3.geocode( { 'address': "3410 Highway 367 N, Bald Knob, AR 72010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bald-knob-AR-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('bald-knob-AR-regions-bank'), mapOptions);}document.getElementById('21b646bb').innerHTML += ' | View Map';var $l311c3fb9c939d92981994c62490b36f3 = '

Regions Bank

Address: 3410 Highway 367 N, Bald Knob, AR 72010
Phone: (501) 724-0108
';var m_311c3fb9c939d92981994c62490b36f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_311c3fb9c939d92981994c62490b36f3['infowindow'] = new google.maps.InfoWindow({content: $l311c3fb9c939d92981994c62490b36f3});var infowindow = new google.maps.InfoWindow({content: $l311c3fb9c939d92981994c62490b36f3});google.maps.event.addListener(m_311c3fb9c939d92981994c62490b36f3, 'click', function() {infowindow.open(map,m_311c3fb9c939d92981994c62490b36f3);});$marker.push(m_311c3fb9c939d92981994c62490b36f3);}});}google.maps.event.addDomListener(window, 'load', initialize);