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.6299,-112.35)};var g_aebd2ee78e21a29fd1cbfe7c91bdca56 = new google.maps.Geocoder();g_aebd2ee78e21a29fd1cbfe7c91bdca56.geocode( { 'address': "14543 W Grand Ave, Surprise, AZ 85374"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('surprise-AZ-am-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('surprise-AZ-am-trust-bank'), mapOptions);}document.getElementById('da239787').innerHTML += ' | View Map';var $laebd2ee78e21a29fd1cbfe7c91bdca56 = '

AM Trust Bank

Address: 14543 W Grand Ave, Surprise, AZ 85374
Phone: (623) 974-6200
';var m_aebd2ee78e21a29fd1cbfe7c91bdca56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AM Trust Bank',});m_aebd2ee78e21a29fd1cbfe7c91bdca56['infowindow'] = new google.maps.InfoWindow({content: $laebd2ee78e21a29fd1cbfe7c91bdca56});var infowindow = new google.maps.InfoWindow({content: $laebd2ee78e21a29fd1cbfe7c91bdca56});google.maps.event.addListener(m_aebd2ee78e21a29fd1cbfe7c91bdca56, 'click', function() {infowindow.open(map,m_aebd2ee78e21a29fd1cbfe7c91bdca56);});$marker.push(m_aebd2ee78e21a29fd1cbfe7c91bdca56);}});}google.maps.event.addDomListener(window, 'load', initialize);