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(37.9722,-122.049)};var g_756baa73b435326d8262bfe6e837ea7d = new google.maps.Geocoder();g_756baa73b435326d8262bfe6e837ea7d.geocode( { 'address': "1485 Civic Ct #1333, Concord, CA 94520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-CA-platinum-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('concord-CA-platinum-home-mortgage'), mapOptions);}document.getElementById('18b03fd2').innerHTML += ' | View Map';var $l756baa73b435326d8262bfe6e837ea7d = '

Platinum Home Mortgage

Address: 1485 Civic Ct #1333, Concord, CA 94520, USA
Phone: (800) 600-6326
';var m_756baa73b435326d8262bfe6e837ea7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Home Mortgage',});m_756baa73b435326d8262bfe6e837ea7d['infowindow'] = new google.maps.InfoWindow({content: $l756baa73b435326d8262bfe6e837ea7d});var infowindow = new google.maps.InfoWindow({content: $l756baa73b435326d8262bfe6e837ea7d});google.maps.event.addListener(m_756baa73b435326d8262bfe6e837ea7d, 'click', function() {infowindow.open(map,m_756baa73b435326d8262bfe6e837ea7d);});$marker.push(m_756baa73b435326d8262bfe6e837ea7d);}});}google.maps.event.addDomListener(window, 'load', initialize);