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(41.3236,-72.8509)};var g_d6ccff407607d84b36647df517fae7ff = new google.maps.Geocoder();g_d6ccff407607d84b36647df517fae7ff.geocode( { 'address': "42 Thompson St #1a, East Haven, CT 06513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-haven-CT-lend-some-money').style.display = '';map = new google.maps.Map(document.getElementById('east-haven-CT-lend-some-money'), mapOptions);}document.getElementById('c7421f19').innerHTML += ' | View Map';var $ld6ccff407607d84b36647df517fae7ff = '

Lend Some Money

Address: 42 Thompson St #1a, East Haven, CT 06513, USA
Phone: (918) 638-0764
';var m_d6ccff407607d84b36647df517fae7ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lend Some Money',});m_d6ccff407607d84b36647df517fae7ff['infowindow'] = new google.maps.InfoWindow({content: $ld6ccff407607d84b36647df517fae7ff});var infowindow = new google.maps.InfoWindow({content: $ld6ccff407607d84b36647df517fae7ff});google.maps.event.addListener(m_d6ccff407607d84b36647df517fae7ff, 'click', function() {infowindow.open(map,m_d6ccff407607d84b36647df517fae7ff);});$marker.push(m_d6ccff407607d84b36647df517fae7ff);}});}google.maps.event.addDomListener(window, 'load', initialize);