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_3df80af53dce8435cf9ad6c3e7a403fd = new google.maps.Geocoder();g_3df80af53dce8435cf9ad6c3e7a403fd.geocode( { 'address': "3640 Camp Robinson Rd, North Little Rock, AR 72118"}, 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-levy').style.display = '';map = new google.maps.Map(document.getElementById('north-little-rock-AR-bank-of-the-ozarks-north-little-rock-levy'), mapOptions);}document.getElementById('21d699b6').innerHTML += ' | View Map';var $l3df80af53dce8435cf9ad6c3e7a403fd = '

Bank of the Ozarks-North Little Rock-Levy

Address: 3640 Camp Robinson Rd, North Little Rock, AR 72118
Phone: (501) 978-3595
';var m_3df80af53dce8435cf9ad6c3e7a403fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-North Little Rock-Levy',});m_3df80af53dce8435cf9ad6c3e7a403fd['infowindow'] = new google.maps.InfoWindow({content: $l3df80af53dce8435cf9ad6c3e7a403fd});var infowindow = new google.maps.InfoWindow({content: $l3df80af53dce8435cf9ad6c3e7a403fd});google.maps.event.addListener(m_3df80af53dce8435cf9ad6c3e7a403fd, 'click', function() {infowindow.open(map,m_3df80af53dce8435cf9ad6c3e7a403fd);});$marker.push(m_3df80af53dce8435cf9ad6c3e7a403fd);}});}google.maps.event.addDomListener(window, 'load', initialize);