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.978,-111.519)};var g_a8408d2c0d93d57604cf4b04588c3749 = new google.maps.Geocoder();g_a8408d2c0d93d57604cf4b04588c3749.geocode( { 'address': "260 W Central Ave, Coolidge, AZ 85128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coolidge-AZ-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('coolidge-AZ-bank-of-the-west'), mapOptions);}document.getElementById('012cf4ab').innerHTML += ' | View Map';var $la8408d2c0d93d57604cf4b04588c3749 = '

Bank of the West

Address: 260 W Central Ave, Coolidge, AZ 85128, USA
Phone: (520) 723-5421
';var m_a8408d2c0d93d57604cf4b04588c3749 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a8408d2c0d93d57604cf4b04588c3749['infowindow'] = new google.maps.InfoWindow({content: $la8408d2c0d93d57604cf4b04588c3749});var infowindow = new google.maps.InfoWindow({content: $la8408d2c0d93d57604cf4b04588c3749});google.maps.event.addListener(m_a8408d2c0d93d57604cf4b04588c3749, 'click', function() {infowindow.open(map,m_a8408d2c0d93d57604cf4b04588c3749);});$marker.push(m_a8408d2c0d93d57604cf4b04588c3749);}});}google.maps.event.addDomListener(window, 'load', initialize);