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(42.9164,-78.6661)};var g_89d4e9502805abfbe2ac167c6e2178fb = new google.maps.Geocoder();g_89d4e9502805abfbe2ac167c6e2178fb.geocode( { 'address': "3725 Walden Ave, Lancaster, NY 14086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-NY-rkl-financial').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-NY-rkl-financial'), mapOptions);}document.getElementById('38d690a7').innerHTML += ' | View Map';var $l89d4e9502805abfbe2ac167c6e2178fb = '

RKL Financial

Address: 3725 Walden Ave, Lancaster, NY 14086, USA
Phone: (716) 200-9359
';var m_89d4e9502805abfbe2ac167c6e2178fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RKL Financial',});m_89d4e9502805abfbe2ac167c6e2178fb['infowindow'] = new google.maps.InfoWindow({content: $l89d4e9502805abfbe2ac167c6e2178fb});var infowindow = new google.maps.InfoWindow({content: $l89d4e9502805abfbe2ac167c6e2178fb});google.maps.event.addListener(m_89d4e9502805abfbe2ac167c6e2178fb, 'click', function() {infowindow.open(map,m_89d4e9502805abfbe2ac167c6e2178fb);});$marker.push(m_89d4e9502805abfbe2ac167c6e2178fb);}});}google.maps.event.addDomListener(window, 'load', initialize);