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.2491,-111.63)};var g_8042115c80f8744192b3fe57bb719e1d = new google.maps.Geocoder();g_8042115c80f8744192b3fe57bb719e1d.geocode( { 'address': "21004 E Ocotillo Rd, Queen Creek, AZ 85142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('queen-creek-AZ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('queen-creek-AZ-bank-of-america-financial-center'), mapOptions);}document.getElementById('b24066e9').innerHTML += ' | View Map';var $l8042115c80f8744192b3fe57bb719e1d = '

Bank of America Financial Center

Address: 21004 E Ocotillo Rd, Queen Creek, AZ 85142, USA
Phone: (480) 987-2355
';var m_8042115c80f8744192b3fe57bb719e1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_8042115c80f8744192b3fe57bb719e1d['infowindow'] = new google.maps.InfoWindow({content: $l8042115c80f8744192b3fe57bb719e1d});var infowindow = new google.maps.InfoWindow({content: $l8042115c80f8744192b3fe57bb719e1d});google.maps.event.addListener(m_8042115c80f8744192b3fe57bb719e1d, 'click', function() {infowindow.open(map,m_8042115c80f8744192b3fe57bb719e1d);});$marker.push(m_8042115c80f8744192b3fe57bb719e1d);}});}google.maps.event.addDomListener(window, 'load', initialize);