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.4403,-112.556)};var g_005286253a34e3a32c7fa87a3b7c6b30 = new google.maps.Geocoder();g_005286253a34e3a32c7fa87a3b7c6b30.geocode( { 'address': "733 S Watson Rd, Buckeye, AZ 85326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buckeye-AZ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('buckeye-AZ-bank-of-america-financial-center'), mapOptions);}document.getElementById('5fbf2256').innerHTML += ' | View Map';var $l005286253a34e3a32c7fa87a3b7c6b30 = '

Bank of America Financial Center

Address: 733 S Watson Rd, Buckeye, AZ 85326, USA
Phone: (602) 734-0014
';var m_005286253a34e3a32c7fa87a3b7c6b30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_005286253a34e3a32c7fa87a3b7c6b30['infowindow'] = new google.maps.InfoWindow({content: $l005286253a34e3a32c7fa87a3b7c6b30});var infowindow = new google.maps.InfoWindow({content: $l005286253a34e3a32c7fa87a3b7c6b30});google.maps.event.addListener(m_005286253a34e3a32c7fa87a3b7c6b30, 'click', function() {infowindow.open(map,m_005286253a34e3a32c7fa87a3b7c6b30);});$marker.push(m_005286253a34e3a32c7fa87a3b7c6b30);}});}google.maps.event.addDomListener(window, 'load', initialize);