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.1542,-79.0325)};var g_c361bc7b2c033a83d663b8d9fb4be56e = new google.maps.Geocoder();g_c361bc7b2c033a83d663b8d9fb4be56e.geocode( { 'address': "5300 Military Rd, Lewiston, NY 14092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-NY-mt-st-marys-hospital-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-NY-mt-st-marys-hospital-fcu'), mapOptions);}document.getElementById('0a828b4d').innerHTML += ' | View Map';var $lc361bc7b2c033a83d663b8d9fb4be56e = '

Mt St Marys Hospital FCU

Address: 5300 Military Rd, Lewiston, NY 14092, USA
Phone: (716) 298-2272
';var m_c361bc7b2c033a83d663b8d9fb4be56e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mt St Marys Hospital FCU',});m_c361bc7b2c033a83d663b8d9fb4be56e['infowindow'] = new google.maps.InfoWindow({content: $lc361bc7b2c033a83d663b8d9fb4be56e});var infowindow = new google.maps.InfoWindow({content: $lc361bc7b2c033a83d663b8d9fb4be56e});google.maps.event.addListener(m_c361bc7b2c033a83d663b8d9fb4be56e, 'click', function() {infowindow.open(map,m_c361bc7b2c033a83d663b8d9fb4be56e);});$marker.push(m_c361bc7b2c033a83d663b8d9fb4be56e);}});}google.maps.event.addDomListener(window, 'load', initialize);