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()};var g_9ef931b043b519aebcea783d1eacab44 = new google.maps.Geocoder();g_9ef931b043b519aebcea783d1eacab44.geocode( { 'address': "7116 Matthews Mint Hill Rd, Mint Hill, NC 28227"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mint-hill-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('mint-hill-NC-fifth-third-bank'), mapOptions);}document.getElementById('2cccf533').innerHTML += ' | View Map';var $l9ef931b043b519aebcea783d1eacab44 = '

Fifth Third Bank

Address: 7116 Matthews Mint Hill Rd, Mint Hill, NC 28227
Phone: (704) 688-1550
';var m_9ef931b043b519aebcea783d1eacab44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_9ef931b043b519aebcea783d1eacab44['infowindow'] = new google.maps.InfoWindow({content: $l9ef931b043b519aebcea783d1eacab44});var infowindow = new google.maps.InfoWindow({content: $l9ef931b043b519aebcea783d1eacab44});google.maps.event.addListener(m_9ef931b043b519aebcea783d1eacab44, 'click', function() {infowindow.open(map,m_9ef931b043b519aebcea783d1eacab44);});$marker.push(m_9ef931b043b519aebcea783d1eacab44);}});}google.maps.event.addDomListener(window, 'load', initialize);