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.6103,-112.241)};var g_da168bfd7ef38316e44f46432fbb4b7b = new google.maps.Geocoder();g_da168bfd7ef38316e44f46432fbb4b7b.geocode( { 'address': "8476 W Thunderbird Rd #202, Peoria, AZ 85381, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peoria-AZ-amerifirst-financial-inc---peoria').style.display = '';map = new google.maps.Map(document.getElementById('peoria-AZ-amerifirst-financial-inc---peoria'), mapOptions);}document.getElementById('caf17325').innerHTML += ' | View Map';var $lda168bfd7ef38316e44f46432fbb4b7b = '

AmeriFirst Financial Inc. - Peoria

Address: 8476 W Thunderbird Rd #202, Peoria, AZ 85381, USA
Phone: (480) 225-6699
';var m_da168bfd7ef38316e44f46432fbb4b7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmeriFirst Financial Inc. - Peoria',});m_da168bfd7ef38316e44f46432fbb4b7b['infowindow'] = new google.maps.InfoWindow({content: $lda168bfd7ef38316e44f46432fbb4b7b});var infowindow = new google.maps.InfoWindow({content: $lda168bfd7ef38316e44f46432fbb4b7b});google.maps.event.addListener(m_da168bfd7ef38316e44f46432fbb4b7b, 'click', function() {infowindow.open(map,m_da168bfd7ef38316e44f46432fbb4b7b);});$marker.push(m_da168bfd7ef38316e44f46432fbb4b7b);}});}google.maps.event.addDomListener(window, 'load', initialize);