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.6048,-112.279)};var g_36677a1d815d4528bebf89833d168f56 = new google.maps.Geocoder();g_36677a1d815d4528bebf89833d168f56.geocode( { 'address': "10706 W Bell Rd, Sun City, AZ 85351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-amtrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-amtrust-bank'), mapOptions);}document.getElementById('dd7c8149').innerHTML += ' | View Map';var $l36677a1d815d4528bebf89833d168f56 = '

Amtrust Bank

Address: 10706 W Bell Rd, Sun City, AZ 85351
Phone: (623) 298-0320
';var m_36677a1d815d4528bebf89833d168f56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amtrust Bank',});m_36677a1d815d4528bebf89833d168f56['infowindow'] = new google.maps.InfoWindow({content: $l36677a1d815d4528bebf89833d168f56});var infowindow = new google.maps.InfoWindow({content: $l36677a1d815d4528bebf89833d168f56});google.maps.event.addListener(m_36677a1d815d4528bebf89833d168f56, 'click', function() {infowindow.open(map,m_36677a1d815d4528bebf89833d168f56);});$marker.push(m_36677a1d815d4528bebf89833d168f56);}});}google.maps.event.addDomListener(window, 'load', initialize);