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.8999,-78.6826)};var g_a192d499623a7b07c476cf028aff9a7f = new google.maps.Geocoder();g_a192d499623a7b07c476cf028aff9a7f.geocode( { 'address': "30 Brunswick Rd, Depew, NY 14043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('depew-NY-lancaster-depew-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('depew-NY-lancaster-depew-federal-credit-union'), mapOptions);}document.getElementById('3367a19d').innerHTML += ' | View Map';var $la192d499623a7b07c476cf028aff9a7f = '

Lancaster Depew Federal Credit Union

Address: 30 Brunswick Rd, Depew, NY 14043, USA
Phone: (716) 681-1460
';var m_a192d499623a7b07c476cf028aff9a7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lancaster Depew Federal Credit Union',});m_a192d499623a7b07c476cf028aff9a7f['infowindow'] = new google.maps.InfoWindow({content: $la192d499623a7b07c476cf028aff9a7f});var infowindow = new google.maps.InfoWindow({content: $la192d499623a7b07c476cf028aff9a7f});google.maps.event.addListener(m_a192d499623a7b07c476cf028aff9a7f, 'click', function() {infowindow.open(map,m_a192d499623a7b07c476cf028aff9a7f);});$marker.push(m_a192d499623a7b07c476cf028aff9a7f);}});}google.maps.event.addDomListener(window, 'load', initialize);