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.3408,-80.7676)};var g_0d432716f2134c8d5ccf049269e36b1a = new google.maps.Geocoder();g_0d432716f2134c8d5ccf049269e36b1a.geocode( { 'address': "10400 Mallard Creek Rd, Charlotte, NC 28262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-fifth-third-bank--atm'), mapOptions);}document.getElementById('19deae7c').innerHTML += ' | View Map';var $l0d432716f2134c8d5ccf049269e36b1a = '

Fifth Third Bank & ATM

Address: 10400 Mallard Creek Rd, Charlotte, NC 28262, USA
Phone: (704) 547-9616
';var m_0d432716f2134c8d5ccf049269e36b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_0d432716f2134c8d5ccf049269e36b1a['infowindow'] = new google.maps.InfoWindow({content: $l0d432716f2134c8d5ccf049269e36b1a});var infowindow = new google.maps.InfoWindow({content: $l0d432716f2134c8d5ccf049269e36b1a});google.maps.event.addListener(m_0d432716f2134c8d5ccf049269e36b1a, 'click', function() {infowindow.open(map,m_0d432716f2134c8d5ccf049269e36b1a);});$marker.push(m_0d432716f2134c8d5ccf049269e36b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);