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.7538,-118.107)};var g_eb65e37a40eae845522cab24624db991 = new google.maps.Geocoder();g_eb65e37a40eae845522cab24624db991.geocode( { 'address': "6995 E Pacific Coast Hwy #250, Long Beach, CA 90803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-first-choice-loan-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-first-choice-loan-services-inc'), mapOptions);}document.getElementById('00152659').innerHTML += ' | View Map';var $leb65e37a40eae845522cab24624db991 = '

First Choice Loan Services Inc.

Address: 6995 E Pacific Coast Hwy #250, Long Beach, CA 90803, USA
Phone:
';var m_eb65e37a40eae845522cab24624db991 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Loan Services Inc.',});m_eb65e37a40eae845522cab24624db991['infowindow'] = new google.maps.InfoWindow({content: $leb65e37a40eae845522cab24624db991});var infowindow = new google.maps.InfoWindow({content: $leb65e37a40eae845522cab24624db991});google.maps.event.addListener(m_eb65e37a40eae845522cab24624db991, 'click', function() {infowindow.open(map,m_eb65e37a40eae845522cab24624db991);});$marker.push(m_eb65e37a40eae845522cab24624db991);}});}google.maps.event.addDomListener(window, 'load', initialize);