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.5695,-112.246)};var g_522bfd1b063080c9c6aa957b01f33005 = new google.maps.Geocoder();g_522bfd1b063080c9c6aa957b01f33005.geocode( { 'address': "10633 W Olive Ave, Peoria, AZ 85345"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peoria-AZ-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('peoria-AZ-compass-bank'), mapOptions);}document.getElementById('4f86e821').innerHTML += ' | View Map';var $l522bfd1b063080c9c6aa957b01f33005 = '

Compass Bank

Address: 10633 W Olive Ave, Peoria, AZ 85345
Phone: (623) 815-2100
';var m_522bfd1b063080c9c6aa957b01f33005 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_522bfd1b063080c9c6aa957b01f33005['infowindow'] = new google.maps.InfoWindow({content: $l522bfd1b063080c9c6aa957b01f33005});var infowindow = new google.maps.InfoWindow({content: $l522bfd1b063080c9c6aa957b01f33005});google.maps.event.addListener(m_522bfd1b063080c9c6aa957b01f33005, 'click', function() {infowindow.open(map,m_522bfd1b063080c9c6aa957b01f33005);});$marker.push(m_522bfd1b063080c9c6aa957b01f33005);}});}google.maps.event.addDomListener(window, 'load', initialize);