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.9758,-78.7305)};var g_b78726bc3aca220745ba2e9c7193ee3e = new google.maps.Geocoder();g_b78726bc3aca220745ba2e9c7193ee3e.geocode( { 'address': "300 International Dr, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-ge-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-ge-capital-corporation'), mapOptions);}document.getElementById('966cff96').innerHTML += ' | View Map';var $lb78726bc3aca220745ba2e9c7193ee3e = '

GE Capital Corporation

Address: 300 International Dr, Williamsville, NY 14221, USA
Phone: (716) 626-3630
';var m_b78726bc3aca220745ba2e9c7193ee3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GE Capital Corporation',});m_b78726bc3aca220745ba2e9c7193ee3e['infowindow'] = new google.maps.InfoWindow({content: $lb78726bc3aca220745ba2e9c7193ee3e});var infowindow = new google.maps.InfoWindow({content: $lb78726bc3aca220745ba2e9c7193ee3e});google.maps.event.addListener(m_b78726bc3aca220745ba2e9c7193ee3e, 'click', function() {infowindow.open(map,m_b78726bc3aca220745ba2e9c7193ee3e);});$marker.push(m_b78726bc3aca220745ba2e9c7193ee3e);}});}google.maps.event.addDomListener(window, 'load', initialize);