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(40.5693,-85.6758)};var g_396a6e20890fc40d8f5e7cfd3fc3a288 = new google.maps.Geocoder();g_396a6e20890fc40d8f5e7cfd3fc3a288.geocode( { 'address': "1012 N Baldwin Ave, Marion, IN 46952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IN-amerifirst-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('marion-IN-amerifirst-financial-corporation'), mapOptions);}document.getElementById('348491d0').innerHTML += ' | View Map';var $l396a6e20890fc40d8f5e7cfd3fc3a288 = '

Amerifirst Financial Corporation

Address: 1012 N Baldwin Ave, Marion, IN 46952, USA
Phone: (765) 664-5626
';var m_396a6e20890fc40d8f5e7cfd3fc3a288 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amerifirst Financial Corporation',});m_396a6e20890fc40d8f5e7cfd3fc3a288['infowindow'] = new google.maps.InfoWindow({content: $l396a6e20890fc40d8f5e7cfd3fc3a288});var infowindow = new google.maps.InfoWindow({content: $l396a6e20890fc40d8f5e7cfd3fc3a288});google.maps.event.addListener(m_396a6e20890fc40d8f5e7cfd3fc3a288, 'click', function() {infowindow.open(map,m_396a6e20890fc40d8f5e7cfd3fc3a288);});$marker.push(m_396a6e20890fc40d8f5e7cfd3fc3a288);}});}google.maps.event.addDomListener(window, 'load', initialize);