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(43.437,-84.0002)};var g_b6d74d9b91e842d0387c6a59f9fad0ee = new google.maps.Geocoder();g_b6d74d9b91e842d0387c6a59f9fad0ee.geocode( { 'address': "4266 State St, Saginaw, MI 48603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-ameri-first-financial').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-ameri-first-financial'), mapOptions);}document.getElementById('7a0e69e1').innerHTML += ' | View Map';var $lb6d74d9b91e842d0387c6a59f9fad0ee = '

Ameri First Financial

Address: 4266 State St, Saginaw, MI 48603, USA
Phone: (989) 791-6054
';var m_b6d74d9b91e842d0387c6a59f9fad0ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameri First Financial',});m_b6d74d9b91e842d0387c6a59f9fad0ee['infowindow'] = new google.maps.InfoWindow({content: $lb6d74d9b91e842d0387c6a59f9fad0ee});var infowindow = new google.maps.InfoWindow({content: $lb6d74d9b91e842d0387c6a59f9fad0ee});google.maps.event.addListener(m_b6d74d9b91e842d0387c6a59f9fad0ee, 'click', function() {infowindow.open(map,m_b6d74d9b91e842d0387c6a59f9fad0ee);});$marker.push(m_b6d74d9b91e842d0387c6a59f9fad0ee);}});}google.maps.event.addDomListener(window, 'load', initialize);