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.0254,-82.4431)};var g_27db5bfdd09da6f0ecc1436beb30765c = new google.maps.Geocoder();g_27db5bfdd09da6f0ecc1436beb30765c.geocode( { 'address': "34 Licking View Dr, Heath, OH 43056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heath-OH-harvest-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('heath-OH-harvest-federal-credit-union'), mapOptions);}document.getElementById('2268c037').innerHTML += ' | View Map';var $l27db5bfdd09da6f0ecc1436beb30765c = '

Harvest Federal Credit Union

Address: 34 Licking View Dr, Heath, OH 43056, USA
Phone: (740) 522-5277
';var m_27db5bfdd09da6f0ecc1436beb30765c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harvest Federal Credit Union',});m_27db5bfdd09da6f0ecc1436beb30765c['infowindow'] = new google.maps.InfoWindow({content: $l27db5bfdd09da6f0ecc1436beb30765c});var infowindow = new google.maps.InfoWindow({content: $l27db5bfdd09da6f0ecc1436beb30765c});google.maps.event.addListener(m_27db5bfdd09da6f0ecc1436beb30765c, 'click', function() {infowindow.open(map,m_27db5bfdd09da6f0ecc1436beb30765c);});$marker.push(m_27db5bfdd09da6f0ecc1436beb30765c);}});}google.maps.event.addDomListener(window, 'load', initialize);