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.0987,-80.6312)};var g_f6801344efb60733a858ec32ba0ed303 = new google.maps.Geocoder();g_f6801344efb60733a858ec32ba0ed303.geocode( { 'address': "4240 Old Monroe Rd, Indian Trail, NC 28079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-trail-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('indian-trail-NC-fifth-third-bank'), mapOptions);}document.getElementById('af86a030').innerHTML += ' | View Map';var $lf6801344efb60733a858ec32ba0ed303 = '

Fifth Third Bank

Address: 4240 Old Monroe Rd, Indian Trail, NC 28079
Phone: (704) 821-3292
';var m_f6801344efb60733a858ec32ba0ed303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_f6801344efb60733a858ec32ba0ed303['infowindow'] = new google.maps.InfoWindow({content: $lf6801344efb60733a858ec32ba0ed303});var infowindow = new google.maps.InfoWindow({content: $lf6801344efb60733a858ec32ba0ed303});google.maps.event.addListener(m_f6801344efb60733a858ec32ba0ed303, 'click', function() {infowindow.open(map,m_f6801344efb60733a858ec32ba0ed303);});$marker.push(m_f6801344efb60733a858ec32ba0ed303);}});}google.maps.event.addDomListener(window, 'load', initialize);