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.4053,-82.3661)};var g_e9bf14a419d77534105016f5ec122d62 = new google.maps.Geocoder();g_e9bf14a419d77534105016f5ec122d62.geocode( { 'address': "1607 State Rd, Vermilion, OH 44089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vermilion-OH-vacationland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vermilion-OH-vacationland-federal-credit-union'), mapOptions);}document.getElementById('52b6f4c4').innerHTML += ' | View Map';var $le9bf14a419d77534105016f5ec122d62 = '

VacationLand Federal Credit Union

Address: 1607 State Rd, Vermilion, OH 44089, USA
Phone: (440) 967-5155
';var m_e9bf14a419d77534105016f5ec122d62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VacationLand Federal Credit Union',});m_e9bf14a419d77534105016f5ec122d62['infowindow'] = new google.maps.InfoWindow({content: $le9bf14a419d77534105016f5ec122d62});var infowindow = new google.maps.InfoWindow({content: $le9bf14a419d77534105016f5ec122d62});google.maps.event.addListener(m_e9bf14a419d77534105016f5ec122d62, 'click', function() {infowindow.open(map,m_e9bf14a419d77534105016f5ec122d62);});$marker.push(m_e9bf14a419d77534105016f5ec122d62);}});}google.maps.event.addDomListener(window, 'load', initialize);