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.4218,-104.738)};var g_23d2018fbeae92114a4f4ff189549215 = new google.maps.Geocoder();g_23d2018fbeae92114a4f4ff189549215.geocode( { 'address': "3620 W 10th St, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-biz-finance-solutions').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-biz-finance-solutions'), mapOptions);}document.getElementById('eb134c4f').innerHTML += ' | View Map';var $l23d2018fbeae92114a4f4ff189549215 = '

biz finance solutions

Address: 3620 W 10th St, Greeley, CO 80634, USA
Phone: (970) 978-0665
';var m_23d2018fbeae92114a4f4ff189549215 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'biz finance solutions',});m_23d2018fbeae92114a4f4ff189549215['infowindow'] = new google.maps.InfoWindow({content: $l23d2018fbeae92114a4f4ff189549215});var infowindow = new google.maps.InfoWindow({content: $l23d2018fbeae92114a4f4ff189549215});google.maps.event.addListener(m_23d2018fbeae92114a4f4ff189549215, 'click', function() {infowindow.open(map,m_23d2018fbeae92114a4f4ff189549215);});$marker.push(m_23d2018fbeae92114a4f4ff189549215);}});}google.maps.event.addDomListener(window, 'load', initialize);