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()};var g_757eaa74c03af8ec29203a6a0c3457aa = new google.maps.Geocoder();g_757eaa74c03af8ec29203a6a0c3457aa.geocode( { 'address': "2355 W Anthem Way, Anthem, AZ 85086"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anthem-AZ-m-i-bank').style.display = '';map = new google.maps.Map(document.getElementById('anthem-AZ-m-i-bank'), mapOptions);}document.getElementById('a6370a86').innerHTML += ' | View Map';var $l757eaa74c03af8ec29203a6a0c3457aa = '

M & I Bank

Address: 2355 W Anthem Way, Anthem, AZ 85086
Phone: (623) 465-3120
';var m_757eaa74c03af8ec29203a6a0c3457aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & I Bank',});m_757eaa74c03af8ec29203a6a0c3457aa['infowindow'] = new google.maps.InfoWindow({content: $l757eaa74c03af8ec29203a6a0c3457aa});var infowindow = new google.maps.InfoWindow({content: $l757eaa74c03af8ec29203a6a0c3457aa});google.maps.event.addListener(m_757eaa74c03af8ec29203a6a0c3457aa, 'click', function() {infowindow.open(map,m_757eaa74c03af8ec29203a6a0c3457aa);});$marker.push(m_757eaa74c03af8ec29203a6a0c3457aa);}});}google.maps.event.addDomListener(window, 'load', initialize);