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.9683,-78.7135)};var g_bc786e2b95b55edaad5bb714dceb88f1 = new google.maps.Geocoder();g_bc786e2b95b55edaad5bb714dceb88f1.geocode( { 'address': "6400 Main St, Williamsville, NY 14221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsville-NY-fiserv').style.display = '';map = new google.maps.Map(document.getElementById('williamsville-NY-fiserv'), mapOptions);}document.getElementById('c479d260').innerHTML += ' | View Map';var $lbc786e2b95b55edaad5bb714dceb88f1 = '

Fiserv

Address: 6400 Main St, Williamsville, NY 14221, USA
Phone: (716) 616-5000
';var m_bc786e2b95b55edaad5bb714dceb88f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fiserv',});m_bc786e2b95b55edaad5bb714dceb88f1['infowindow'] = new google.maps.InfoWindow({content: $lbc786e2b95b55edaad5bb714dceb88f1});var infowindow = new google.maps.InfoWindow({content: $lbc786e2b95b55edaad5bb714dceb88f1});google.maps.event.addListener(m_bc786e2b95b55edaad5bb714dceb88f1, 'click', function() {infowindow.open(map,m_bc786e2b95b55edaad5bb714dceb88f1);});$marker.push(m_bc786e2b95b55edaad5bb714dceb88f1);}});}google.maps.event.addDomListener(window, 'load', initialize);