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(43.2102,-77.9501)};var g_3993dc22d4aad6c17179f8957118363e = new google.maps.Geocoder();g_3993dc22d4aad6c17179f8957118363e.geocode( { 'address': "350 New Campus Dr, Brockport, NY 14420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brockport-NY-chase-atm').style.display = '';map = new google.maps.Map(document.getElementById('brockport-NY-chase-atm'), mapOptions);}document.getElementById('5b8751fe').innerHTML += ' | View Map';var $l3993dc22d4aad6c17179f8957118363e = '

Chase ATM

Address: 350 New Campus Dr, Brockport, NY 14420, USA
Phone: (800) 935-9935
';var m_3993dc22d4aad6c17179f8957118363e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase ATM',});m_3993dc22d4aad6c17179f8957118363e['infowindow'] = new google.maps.InfoWindow({content: $l3993dc22d4aad6c17179f8957118363e});var infowindow = new google.maps.InfoWindow({content: $l3993dc22d4aad6c17179f8957118363e});google.maps.event.addListener(m_3993dc22d4aad6c17179f8957118363e, 'click', function() {infowindow.open(map,m_3993dc22d4aad6c17179f8957118363e);});$marker.push(m_3993dc22d4aad6c17179f8957118363e);}});}google.maps.event.addDomListener(window, 'load', initialize);