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_8ceab02fd10ccfca0ee92f8d14087c7d = new google.maps.Geocoder();g_8ceab02fd10ccfca0ee92f8d14087c7d.geocode( { 'address': "5305 S Superstition Mountain Dr, Gold Canyon, AZ 85118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gold-canyon-AZ-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('gold-canyon-AZ-chase-bank'), mapOptions);}document.getElementById('47ba4ebf').innerHTML += ' | View Map';var $l8ceab02fd10ccfca0ee92f8d14087c7d = '

Chase Bank

Address: 5305 S Superstition Mountain Dr, Gold Canyon, AZ 85118
Phone: (480) 288-5787
';var m_8ceab02fd10ccfca0ee92f8d14087c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_8ceab02fd10ccfca0ee92f8d14087c7d['infowindow'] = new google.maps.InfoWindow({content: $l8ceab02fd10ccfca0ee92f8d14087c7d});var infowindow = new google.maps.InfoWindow({content: $l8ceab02fd10ccfca0ee92f8d14087c7d});google.maps.event.addListener(m_8ceab02fd10ccfca0ee92f8d14087c7d, 'click', function() {infowindow.open(map,m_8ceab02fd10ccfca0ee92f8d14087c7d);});$marker.push(m_8ceab02fd10ccfca0ee92f8d14087c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);