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.193,-80.8263)};var g_76d5b2b92ec7fccc13a7d3317ffc4444 = new google.maps.Geocoder();g_76d5b2b92ec7fccc13a7d3317ffc4444.geocode( { 'address': "4200 Park Rd, Charlotte, NC 28209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-bank-of-the-ozarks'), mapOptions);}document.getElementById('6c90ae4d').innerHTML += ' | View Map';var $l76d5b2b92ec7fccc13a7d3317ffc4444 = '

Bank Of The Ozarks

Address: 4200 Park Rd, Charlotte, NC 28209
Phone: (704) 714-7919
';var m_76d5b2b92ec7fccc13a7d3317ffc4444 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Ozarks',});m_76d5b2b92ec7fccc13a7d3317ffc4444['infowindow'] = new google.maps.InfoWindow({content: $l76d5b2b92ec7fccc13a7d3317ffc4444});var infowindow = new google.maps.InfoWindow({content: $l76d5b2b92ec7fccc13a7d3317ffc4444});google.maps.event.addListener(m_76d5b2b92ec7fccc13a7d3317ffc4444, 'click', function() {infowindow.open(map,m_76d5b2b92ec7fccc13a7d3317ffc4444);});$marker.push(m_76d5b2b92ec7fccc13a7d3317ffc4444);}});}google.maps.event.addDomListener(window, 'load', initialize);