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(33.7043,-117.933)};var g_57315eba0396d9939adbd0045addeae1 = new google.maps.Geocoder();g_57315eba0396d9939adbd0045addeae1.geocode( { 'address': "17860 Newhope St, Fountain Valley, CA 92708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-valley-CA-kinecta-atm').style.display = '';map = new google.maps.Map(document.getElementById('fountain-valley-CA-kinecta-atm'), mapOptions);}document.getElementById('83229147').innerHTML += ' | View Map';var $l57315eba0396d9939adbd0045addeae1 = '

Kinecta ATM

Address: 17860 Newhope St, Fountain Valley, CA 92708, USA
Phone:
';var m_57315eba0396d9939adbd0045addeae1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta ATM',});m_57315eba0396d9939adbd0045addeae1['infowindow'] = new google.maps.InfoWindow({content: $l57315eba0396d9939adbd0045addeae1});var infowindow = new google.maps.InfoWindow({content: $l57315eba0396d9939adbd0045addeae1});google.maps.event.addListener(m_57315eba0396d9939adbd0045addeae1, 'click', function() {infowindow.open(map,m_57315eba0396d9939adbd0045addeae1);});$marker.push(m_57315eba0396d9939adbd0045addeae1);}});}google.maps.event.addDomListener(window, 'load', initialize);