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(41.3586,-82.2399)};var g_f31b90991086fb0698d581ee130a6c0b = new google.maps.Geocoder();g_f31b90991086fb0698d581ee130a6c0b.geocode( { 'address': "107 N Lake St, South Amherst, OH 44001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-amherst-OH-firefighters-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-amherst-OH-firefighters-community-credit-union'), mapOptions);}document.getElementById('e36d88e0').innerHTML += ' | View Map';var $lf31b90991086fb0698d581ee130a6c0b = '

Firefighters Community Credit Union

Address: 107 N Lake St, South Amherst, OH 44001, USA
Phone: (216) 621-4644
';var m_f31b90991086fb0698d581ee130a6c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firefighters Community Credit Union',});m_f31b90991086fb0698d581ee130a6c0b['infowindow'] = new google.maps.InfoWindow({content: $lf31b90991086fb0698d581ee130a6c0b});var infowindow = new google.maps.InfoWindow({content: $lf31b90991086fb0698d581ee130a6c0b});google.maps.event.addListener(m_f31b90991086fb0698d581ee130a6c0b, 'click', function() {infowindow.open(map,m_f31b90991086fb0698d581ee130a6c0b);});$marker.push(m_f31b90991086fb0698d581ee130a6c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);