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.4389,-112.426)};var g_e97a4f04ef1b914f6a1698caa364f693 = new google.maps.Geocoder();g_e97a4f04ef1b914f6a1698caa364f693.geocode( { 'address': "827 S Cotton Ln, Goodyear, AZ 85338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goodyear-AZ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('goodyear-AZ-bank-of-america-financial-center'), mapOptions);}document.getElementById('be33c8c1').innerHTML += ' | View Map';var $le97a4f04ef1b914f6a1698caa364f693 = '

Bank of America Financial Center

Address: 827 S Cotton Ln, Goodyear, AZ 85338, USA
Phone: (623) 925-5551
';var m_e97a4f04ef1b914f6a1698caa364f693 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_e97a4f04ef1b914f6a1698caa364f693['infowindow'] = new google.maps.InfoWindow({content: $le97a4f04ef1b914f6a1698caa364f693});var infowindow = new google.maps.InfoWindow({content: $le97a4f04ef1b914f6a1698caa364f693});google.maps.event.addListener(m_e97a4f04ef1b914f6a1698caa364f693, 'click', function() {infowindow.open(map,m_e97a4f04ef1b914f6a1698caa364f693);});$marker.push(m_e97a4f04ef1b914f6a1698caa364f693);}});}google.maps.event.addDomListener(window, 'load', initialize);