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(41.4346,-96.4948)};var g_f80ff32e08a25270b5f252ce39522f72 = new google.maps.Geocoder();g_f80ff32e08a25270b5f252ce39522f72.geocode( { 'address': "301 E 6th St #110, Fremont, NE 68025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-NE-calton--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('fremont-NE-calton--associates-inc'), mapOptions);}document.getElementById('011026f4').innerHTML += ' | View Map';var $lf80ff32e08a25270b5f252ce39522f72 = '

Calton & Associates, Inc.

Address: 301 E 6th St #110, Fremont, NE 68025, USA
Phone: (402) 721-0809
';var m_f80ff32e08a25270b5f252ce39522f72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calton & Associates, Inc.',});m_f80ff32e08a25270b5f252ce39522f72['infowindow'] = new google.maps.InfoWindow({content: $lf80ff32e08a25270b5f252ce39522f72});var infowindow = new google.maps.InfoWindow({content: $lf80ff32e08a25270b5f252ce39522f72});google.maps.event.addListener(m_f80ff32e08a25270b5f252ce39522f72, 'click', function() {infowindow.open(map,m_f80ff32e08a25270b5f252ce39522f72);});$marker.push(m_f80ff32e08a25270b5f252ce39522f72);}});}google.maps.event.addDomListener(window, 'load', initialize);