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.7873,-78.7874)};var g_f684c37ea2b1ff47bdf7141e4bf314cf = new google.maps.Geocoder();g_f684c37ea2b1ff47bdf7141e4bf314cf.geocode( { 'address': "3564 California Rd, Orchard Park, NY 14127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orchard-park-NY-local-forty-one-ibew-fcu').style.display = '';map = new google.maps.Map(document.getElementById('orchard-park-NY-local-forty-one-ibew-fcu'), mapOptions);}document.getElementById('36ad4f1a').innerHTML += ' | View Map';var $lf684c37ea2b1ff47bdf7141e4bf314cf = '

Local Forty One IBEW FCU

Address: 3564 California Rd, Orchard Park, NY 14127, USA
Phone: (716) 662-6133
';var m_f684c37ea2b1ff47bdf7141e4bf314cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Forty One IBEW FCU',});m_f684c37ea2b1ff47bdf7141e4bf314cf['infowindow'] = new google.maps.InfoWindow({content: $lf684c37ea2b1ff47bdf7141e4bf314cf});var infowindow = new google.maps.InfoWindow({content: $lf684c37ea2b1ff47bdf7141e4bf314cf});google.maps.event.addListener(m_f684c37ea2b1ff47bdf7141e4bf314cf, 'click', function() {infowindow.open(map,m_f684c37ea2b1ff47bdf7141e4bf314cf);});$marker.push(m_f684c37ea2b1ff47bdf7141e4bf314cf);}});}google.maps.event.addDomListener(window, 'load', initialize);