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.9855,-117.844)};var g_ce0bfeae9b95c758c90f35f28995614d = new google.maps.Geocoder();g_ce0bfeae9b95c758c90f35f28995614d.geocode( { 'address': "1950 S. Brea Canyon Rd. # B4, Diamond Bar, CA 91765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diamond-bar-CA-tlc-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('diamond-bar-CA-tlc-financial-services'), mapOptions);}document.getElementById('895245e0').innerHTML += ' | View Map';var $lce0bfeae9b95c758c90f35f28995614d = '

TLC Financial Services

Address: 1950 S. Brea Canyon Rd. # B4, Diamond Bar, CA 91765, USA
Phone: (562) 818-3502
';var m_ce0bfeae9b95c758c90f35f28995614d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TLC Financial Services',});m_ce0bfeae9b95c758c90f35f28995614d['infowindow'] = new google.maps.InfoWindow({content: $lce0bfeae9b95c758c90f35f28995614d});var infowindow = new google.maps.InfoWindow({content: $lce0bfeae9b95c758c90f35f28995614d});google.maps.event.addListener(m_ce0bfeae9b95c758c90f35f28995614d, 'click', function() {infowindow.open(map,m_ce0bfeae9b95c758c90f35f28995614d);});$marker.push(m_ce0bfeae9b95c758c90f35f28995614d);}});}google.maps.event.addDomListener(window, 'load', initialize);