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.797,-80.947)};var g_810248a6afe7aea1367205e759edd68a = new google.maps.Geocoder();g_810248a6afe7aea1367205e759edd68a.geocode( { 'address': "583 S Broadway, Geneva, OH 44041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-OH-lakeview-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('geneva-OH-lakeview-federal-credit-union'), mapOptions);}document.getElementById('61f0a0e2').innerHTML += ' | View Map';var $l810248a6afe7aea1367205e759edd68a = '

Lakeview Federal Credit Union

Address: 583 S Broadway, Geneva, OH 44041, USA
Phone: (440) 415-9900
';var m_810248a6afe7aea1367205e759edd68a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakeview Federal Credit Union',});m_810248a6afe7aea1367205e759edd68a['infowindow'] = new google.maps.InfoWindow({content: $l810248a6afe7aea1367205e759edd68a});var infowindow = new google.maps.InfoWindow({content: $l810248a6afe7aea1367205e759edd68a});google.maps.event.addListener(m_810248a6afe7aea1367205e759edd68a, 'click', function() {infowindow.open(map,m_810248a6afe7aea1367205e759edd68a);});$marker.push(m_810248a6afe7aea1367205e759edd68a);}});}google.maps.event.addDomListener(window, 'load', initialize);