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(32.7653,-111.659)};var g_0e8c5c04107d38331fdd921015823de6 = new google.maps.Geocoder();g_0e8c5c04107d38331fdd921015823de6.geocode( { 'address': "13540 S Sunland Gin Rd, Arizona City, AZ 85193"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arizona-city-AZ-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('arizona-city-AZ-great-western-bank'), mapOptions);}document.getElementById('d0a3de5a').innerHTML += ' | View Map';var $l0e8c5c04107d38331fdd921015823de6 = '

Great Western Bank

Address: 13540 S Sunland Gin Rd, Arizona City, AZ 85193
Phone: (520) 466-6986
';var m_0e8c5c04107d38331fdd921015823de6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_0e8c5c04107d38331fdd921015823de6['infowindow'] = new google.maps.InfoWindow({content: $l0e8c5c04107d38331fdd921015823de6});var infowindow = new google.maps.InfoWindow({content: $l0e8c5c04107d38331fdd921015823de6});google.maps.event.addListener(m_0e8c5c04107d38331fdd921015823de6, 'click', function() {infowindow.open(map,m_0e8c5c04107d38331fdd921015823de6);});$marker.push(m_0e8c5c04107d38331fdd921015823de6);}});}google.maps.event.addDomListener(window, 'load', initialize);