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(39.9874,-76.6852)};var g_3709fc58b2288748d62b0ef3ded1f7f3 = new google.maps.Geocoder();g_3709fc58b2288748d62b0ef3ded1f7f3.geocode( { 'address': "2400 Pleasant Valley Rd, York, PA 17402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-PA-heritage-valley-federal-credit-union-audio-response').style.display = '';map = new google.maps.Map(document.getElementById('york-PA-heritage-valley-federal-credit-union-audio-response'), mapOptions);}document.getElementById('59a81025').innerHTML += ' | View Map';var $l3709fc58b2288748d62b0ef3ded1f7f3 = '

Heritage Valley Federal Credit Union Audio Response

Address: 2400 Pleasant Valley Rd, York, PA 17402, USA
Phone: (717) 840-4981
';var m_3709fc58b2288748d62b0ef3ded1f7f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Valley Federal Credit Union Audio Response',});m_3709fc58b2288748d62b0ef3ded1f7f3['infowindow'] = new google.maps.InfoWindow({content: $l3709fc58b2288748d62b0ef3ded1f7f3});var infowindow = new google.maps.InfoWindow({content: $l3709fc58b2288748d62b0ef3ded1f7f3});google.maps.event.addListener(m_3709fc58b2288748d62b0ef3ded1f7f3, 'click', function() {infowindow.open(map,m_3709fc58b2288748d62b0ef3ded1f7f3);});$marker.push(m_3709fc58b2288748d62b0ef3ded1f7f3);}});}google.maps.event.addDomListener(window, 'load', initialize);