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.4782,-80.8644)};var g_848115676618836e7959dd6909273d4d = new google.maps.Geocoder();g_848115676618836e7959dd6909273d4d.geocode( { 'address': "19811 W Catawba Ave, Cornelius, NC 28031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-bank-of-the-ozarks'), mapOptions);}document.getElementById('17deff79').innerHTML += ' | View Map';var $l848115676618836e7959dd6909273d4d = '

Bank of the Ozarks

Address: 19811 W Catawba Ave, Cornelius, NC 28031
Phone: (704) 655-1044
';var m_848115676618836e7959dd6909273d4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks',});m_848115676618836e7959dd6909273d4d['infowindow'] = new google.maps.InfoWindow({content: $l848115676618836e7959dd6909273d4d});var infowindow = new google.maps.InfoWindow({content: $l848115676618836e7959dd6909273d4d});google.maps.event.addListener(m_848115676618836e7959dd6909273d4d, 'click', function() {infowindow.open(map,m_848115676618836e7959dd6909273d4d);});$marker.push(m_848115676618836e7959dd6909273d4d);}});}google.maps.event.addDomListener(window, 'load', initialize);