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(31.5541,-110.266)};var g_9143f6b2378e67c9dd30043e0feef70b = new google.maps.Geocoder();g_9143f6b2378e67c9dd30043e0feef70b.geocode( { 'address': "3148 E Fry Blvd, Sierra Vista, AZ 85635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sierra-vista-AZ-atm-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('sierra-vista-AZ-atm-bank-of-america'), mapOptions);}document.getElementById('5edd4648').innerHTML += ' | View Map';var $l9143f6b2378e67c9dd30043e0feef70b = '

ATM (Bank of America)

Address: 3148 E Fry Blvd, Sierra Vista, AZ 85635, USA
Phone: (866) 797-8464
';var m_9143f6b2378e67c9dd30043e0feef70b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of America)',});m_9143f6b2378e67c9dd30043e0feef70b['infowindow'] = new google.maps.InfoWindow({content: $l9143f6b2378e67c9dd30043e0feef70b});var infowindow = new google.maps.InfoWindow({content: $l9143f6b2378e67c9dd30043e0feef70b});google.maps.event.addListener(m_9143f6b2378e67c9dd30043e0feef70b, 'click', function() {infowindow.open(map,m_9143f6b2378e67c9dd30043e0feef70b);});$marker.push(m_9143f6b2378e67c9dd30043e0feef70b);}});}google.maps.event.addDomListener(window, 'load', initialize);