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.1458,-72.5266)};var g_44ef23499eeac40a2bb41d1c6769e162 = new google.maps.Geocoder();g_44ef23499eeac40a2bb41d1c6769e162.geocode( { 'address': "155 Brookdale Dr, Springfield, MA 01104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MA-strategic-information-resources-inc').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MA-strategic-information-resources-inc'), mapOptions);}document.getElementById('131621ff').innerHTML += ' | View Map';var $l44ef23499eeac40a2bb41d1c6769e162 = '

Strategic Information Resources, Inc.

Address: 155 Brookdale Dr, Springfield, MA 01104, USA
Phone: (413) 736-4511
';var m_44ef23499eeac40a2bb41d1c6769e162 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Strategic Information Resources, Inc.',});m_44ef23499eeac40a2bb41d1c6769e162['infowindow'] = new google.maps.InfoWindow({content: $l44ef23499eeac40a2bb41d1c6769e162});var infowindow = new google.maps.InfoWindow({content: $l44ef23499eeac40a2bb41d1c6769e162});google.maps.event.addListener(m_44ef23499eeac40a2bb41d1c6769e162, 'click', function() {infowindow.open(map,m_44ef23499eeac40a2bb41d1c6769e162);});$marker.push(m_44ef23499eeac40a2bb41d1c6769e162);}});}google.maps.event.addDomListener(window, 'load', initialize);