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.9662,-78.7021)};var g_a120bf97144242ef3cb1523f120521a1 = new google.maps.Geocoder();g_a120bf97144242ef3cb1523f120521a1.geocode( { 'address': "6750 Main St, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-western-division-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-western-division-credit-union'), mapOptions);}document.getElementById('1facfc01').innerHTML += ' | View Map';var $la120bf97144242ef3cb1523f120521a1 = '

Western Division Credit Union

Address: 6750 Main St, Williamsville, NY 14221, USA
Phone: (716) 632-9328
';var m_a120bf97144242ef3cb1523f120521a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Division Credit Union',});m_a120bf97144242ef3cb1523f120521a1['infowindow'] = new google.maps.InfoWindow({content: $la120bf97144242ef3cb1523f120521a1});var infowindow = new google.maps.InfoWindow({content: $la120bf97144242ef3cb1523f120521a1});google.maps.event.addListener(m_a120bf97144242ef3cb1523f120521a1, 'click', function() {infowindow.open(map,m_a120bf97144242ef3cb1523f120521a1);});$marker.push(m_a120bf97144242ef3cb1523f120521a1);}});}google.maps.event.addDomListener(window, 'load', initialize);