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.7672,-92.2549)};var g_84962ccc5c85ff17356038460051043a = new google.maps.Geocoder();g_84962ccc5c85ff17356038460051043a.geocode( { 'address': "4846 N Hills Blvd, North Little Rock, AR 72116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-little-rock-AR-bank-of-the-ozarks-north-little-rock-north-hills').style.display = '';map = new google.maps.Map(document.getElementById('north-little-rock-AR-bank-of-the-ozarks-north-little-rock-north-hills'), mapOptions);}document.getElementById('7678818f').innerHTML += ' | View Map';var $l84962ccc5c85ff17356038460051043a = '

Bank of the Ozarks-North Little Rock-North Hills

Address: 4846 N Hills Blvd, North Little Rock, AR 72116
Phone: (501) 978-3500
';var m_84962ccc5c85ff17356038460051043a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-North Little Rock-North Hills',});m_84962ccc5c85ff17356038460051043a['infowindow'] = new google.maps.InfoWindow({content: $l84962ccc5c85ff17356038460051043a});var infowindow = new google.maps.InfoWindow({content: $l84962ccc5c85ff17356038460051043a});google.maps.event.addListener(m_84962ccc5c85ff17356038460051043a, 'click', function() {infowindow.open(map,m_84962ccc5c85ff17356038460051043a);});$marker.push(m_84962ccc5c85ff17356038460051043a);}});}google.maps.event.addDomListener(window, 'load', initialize);