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.0715,-72.6243)};var g_076f09ae37bc8febe2b318bad4f73314 = new google.maps.Geocoder();g_076f09ae37bc8febe2b318bad4f73314.geocode( { 'address': "430 Main St, Agawam, MA 01001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agawam-MA-gina-wariebi').style.display = '';map = new google.maps.Map(document.getElementById('agawam-MA-gina-wariebi'), mapOptions);}document.getElementById('e585faa5').innerHTML += ' | View Map';var $l076f09ae37bc8febe2b318bad4f73314 = '

Gina Wariebi

Address: 430 Main St, Agawam, MA 01001
Phone: (508) 987-5200
';var m_076f09ae37bc8febe2b318bad4f73314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gina Wariebi',});m_076f09ae37bc8febe2b318bad4f73314['infowindow'] = new google.maps.InfoWindow({content: $l076f09ae37bc8febe2b318bad4f73314});var infowindow = new google.maps.InfoWindow({content: $l076f09ae37bc8febe2b318bad4f73314});google.maps.event.addListener(m_076f09ae37bc8febe2b318bad4f73314, 'click', function() {infowindow.open(map,m_076f09ae37bc8febe2b318bad4f73314);});$marker.push(m_076f09ae37bc8febe2b318bad4f73314);}});}google.maps.event.addDomListener(window, 'load', initialize);