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(31.1085,-97.3818)};var g_0ea54bbeb06a6ab268290310c29e312f = new google.maps.Geocoder();g_0ea54bbeb06a6ab268290310c29e312f.geocode( { 'address': "3820 W Adams Ave, Temple, TX 76504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-cornerstone-home-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-cornerstone-home-lending-inc'), mapOptions);}document.getElementById('f021cc3b').innerHTML += ' | View Map';var $l0ea54bbeb06a6ab268290310c29e312f = '

Cornerstone Home Lending, Inc.

Address: 3820 W Adams Ave, Temple, TX 76504, USA
Phone: (254) 791-3400
';var m_0ea54bbeb06a6ab268290310c29e312f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Home Lending, Inc.',});m_0ea54bbeb06a6ab268290310c29e312f['infowindow'] = new google.maps.InfoWindow({content: $l0ea54bbeb06a6ab268290310c29e312f});var infowindow = new google.maps.InfoWindow({content: $l0ea54bbeb06a6ab268290310c29e312f});google.maps.event.addListener(m_0ea54bbeb06a6ab268290310c29e312f, 'click', function() {infowindow.open(map,m_0ea54bbeb06a6ab268290310c29e312f);});$marker.push(m_0ea54bbeb06a6ab268290310c29e312f);}});}google.maps.event.addDomListener(window, 'load', initialize);