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(33.7828,-118.141)};var g_2cccaadd2c65374361033ea6f7add7e1 = new google.maps.Geocoder();g_2cccaadd2c65374361033ea6f7add7e1.geocode( { 'address': "4433 E Anaheim St, Long Beach, CA 90804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-go-green-lending').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-go-green-lending'), mapOptions);}document.getElementById('1b9094bc').innerHTML += ' | View Map';var $l2cccaadd2c65374361033ea6f7add7e1 = '

Go Green lending

Address: 4433 E Anaheim St, Long Beach, CA 90804, USA
Phone: (562) 444-5646
';var m_2cccaadd2c65374361033ea6f7add7e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Go Green lending',});m_2cccaadd2c65374361033ea6f7add7e1['infowindow'] = new google.maps.InfoWindow({content: $l2cccaadd2c65374361033ea6f7add7e1});var infowindow = new google.maps.InfoWindow({content: $l2cccaadd2c65374361033ea6f7add7e1});google.maps.event.addListener(m_2cccaadd2c65374361033ea6f7add7e1, 'click', function() {infowindow.open(map,m_2cccaadd2c65374361033ea6f7add7e1);});$marker.push(m_2cccaadd2c65374361033ea6f7add7e1);}});}google.maps.event.addDomListener(window, 'load', initialize);