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(40.4033,-105.048)};var g_346c40ce756706548fbb20e9a9233b51 = new google.maps.Geocoder();g_346c40ce756706548fbb20e9a9233b51.geocode( { 'address': "2093 E 11th St #200, Loveland, CO 80537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loveland-CO-clergy-advantage-inc').style.display = '';map = new google.maps.Map(document.getElementById('loveland-CO-clergy-advantage-inc'), mapOptions);}document.getElementById('b79249c7').innerHTML += ' | View Map';var $l346c40ce756706548fbb20e9a9233b51 = '

Clergy Advantage, Inc.

Address: 2093 E 11th St #200, Loveland, CO 80537, USA
Phone: (970) 667-5819
';var m_346c40ce756706548fbb20e9a9233b51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clergy Advantage, Inc.',});m_346c40ce756706548fbb20e9a9233b51['infowindow'] = new google.maps.InfoWindow({content: $l346c40ce756706548fbb20e9a9233b51});var infowindow = new google.maps.InfoWindow({content: $l346c40ce756706548fbb20e9a9233b51});google.maps.event.addListener(m_346c40ce756706548fbb20e9a9233b51, 'click', function() {infowindow.open(map,m_346c40ce756706548fbb20e9a9233b51);});$marker.push(m_346c40ce756706548fbb20e9a9233b51);}});}google.maps.event.addDomListener(window, 'load', initialize);