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(34.0859,-93.0457)};var g_45017f6511f91be700fda3d118034994 = new google.maps.Geocoder();g_45017f6511f91be700fda3d118034994.geocode( { 'address': "2960 Pine St, Arkadelphia, AR 71923"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkadelphia-AR-bank-of-the-ozarks-arkadelphia-west-pine').style.display = '';map = new google.maps.Map(document.getElementById('arkadelphia-AR-bank-of-the-ozarks-arkadelphia-west-pine'), mapOptions);}document.getElementById('367523ba').innerHTML += ' | View Map';var $l45017f6511f91be700fda3d118034994 = '

Bank of the Ozarks-Arkadelphia - West Pine

Address: 2960 Pine St, Arkadelphia, AR 71923
Phone: (870) 230-9378
';var m_45017f6511f91be700fda3d118034994 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Arkadelphia - West Pine',});m_45017f6511f91be700fda3d118034994['infowindow'] = new google.maps.InfoWindow({content: $l45017f6511f91be700fda3d118034994});var infowindow = new google.maps.InfoWindow({content: $l45017f6511f91be700fda3d118034994});google.maps.event.addListener(m_45017f6511f91be700fda3d118034994, 'click', function() {infowindow.open(map,m_45017f6511f91be700fda3d118034994);});$marker.push(m_45017f6511f91be700fda3d118034994);}});}google.maps.event.addDomListener(window, 'load', initialize);