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(33.3954,-110.785)};var g_784e012a6794d812924a5c54616b3fe5 = new google.maps.Geocoder();g_784e012a6794d812924a5c54616b3fe5.geocode( { 'address': "200 E Sycamore St, Globe, AZ 85501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('globe-AZ-atm-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('globe-AZ-atm-bank-of-america'), mapOptions);}document.getElementById('16805905').innerHTML += ' | View Map';var $l784e012a6794d812924a5c54616b3fe5 = '

ATM (Bank of America)

Address: 200 E Sycamore St, Globe, AZ 85501, USA
Phone:
';var m_784e012a6794d812924a5c54616b3fe5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of America)',});m_784e012a6794d812924a5c54616b3fe5['infowindow'] = new google.maps.InfoWindow({content: $l784e012a6794d812924a5c54616b3fe5});var infowindow = new google.maps.InfoWindow({content: $l784e012a6794d812924a5c54616b3fe5});google.maps.event.addListener(m_784e012a6794d812924a5c54616b3fe5, 'click', function() {infowindow.open(map,m_784e012a6794d812924a5c54616b3fe5);});$marker.push(m_784e012a6794d812924a5c54616b3fe5);}});}google.maps.event.addDomListener(window, 'load', initialize);