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.2325,-86.2513)};var g_74ce4dd7e6b4e2fa5c22d578921ac4fa = new google.maps.Geocoder();g_74ce4dd7e6b4e2fa5c22d578921ac4fa.geocode( { 'address': "3355 Merriam St, Muskegon, MI 49444"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskegon-MI-first-national-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('muskegon-MI-first-national-financial-corp'), mapOptions);}document.getElementById('6e3a394e').innerHTML += ' | View Map';var $l74ce4dd7e6b4e2fa5c22d578921ac4fa = '

First National Financial Corp

Address: 3355 Merriam St, Muskegon, MI 49444
Phone: (231) 733-7430
';var m_74ce4dd7e6b4e2fa5c22d578921ac4fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Financial Corp',});m_74ce4dd7e6b4e2fa5c22d578921ac4fa['infowindow'] = new google.maps.InfoWindow({content: $l74ce4dd7e6b4e2fa5c22d578921ac4fa});var infowindow = new google.maps.InfoWindow({content: $l74ce4dd7e6b4e2fa5c22d578921ac4fa});google.maps.event.addListener(m_74ce4dd7e6b4e2fa5c22d578921ac4fa, 'click', function() {infowindow.open(map,m_74ce4dd7e6b4e2fa5c22d578921ac4fa);});$marker.push(m_74ce4dd7e6b4e2fa5c22d578921ac4fa);}});}google.maps.event.addDomListener(window, 'load', initialize);