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.2535,-81.1666)};var g_03f3e1920b498e0734cf6319196a9031 = new google.maps.Geocoder();g_03f3e1920b498e0734cf6319196a9031.geocode( { 'address': "1010 E Garrison Blvd, Gastonia, NC 28054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-atm-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-atm-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('9ee7c22a').innerHTML += ' | View Map';var $l03f3e1920b498e0734cf6319196a9031 = '

ATM (Wells Fargo Home Mortgage)

Address: 1010 E Garrison Blvd, Gastonia, NC 28054, USA
Phone:
';var m_03f3e1920b498e0734cf6319196a9031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Home Mortgage)',});m_03f3e1920b498e0734cf6319196a9031['infowindow'] = new google.maps.InfoWindow({content: $l03f3e1920b498e0734cf6319196a9031});var infowindow = new google.maps.InfoWindow({content: $l03f3e1920b498e0734cf6319196a9031});google.maps.event.addListener(m_03f3e1920b498e0734cf6319196a9031, 'click', function() {infowindow.open(map,m_03f3e1920b498e0734cf6319196a9031);});$marker.push(m_03f3e1920b498e0734cf6319196a9031);}});}google.maps.event.addDomListener(window, 'load', initialize);